public class WeightHypothesis extends Hypothesis
| Constructor and Description |
|---|
WeightHypothesis(Domain pDomain) |
| Modifier and Type | Method and Description |
|---|---|
double |
getWeight(int index) |
void |
setWeight(int index,
double value) |
java.lang.String |
toString() |
getProbability, setProbabilitypublic WeightHypothesis(Domain pDomain)